(diff-switches): Define var here as well as in diff.el.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 14:27:02 +0000 (14:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 14:27:02 +0000 (14:27 +0000)
lisp/vc.el

index 6a0742b8de537f31b91a906482677922707a6e34..b76fc7de31de1e6f8ad4890ea7458548aa7e37b9 100644 (file)
@@ -89,6 +89,10 @@ The value is only computed when needed to avoid an expensive search.")
 (defconst vc-maximum-comment-ring-size 32
   "Maximum number of saved comments in the comment ring.")
 
+;;; This is duplicated in diff.el.
+(defvar diff-switches "-c"
+  "*A string or list of strings specifying switches to be be passed to diff.")
+
 ;;;###autoload
 (defvar vc-checkin-hook nil
   "*List of functions called after a vc-checkin is done.  See `run-hooks'.")